LEADTOOLS (Leadtools assembly)

RasterCollection<T> Class Members

Show in webframe
Properties  Methods  Events


The following tables list the members exposed by RasterCollection<T>.

Public Constructors
 NameDescription
RasterCollection<T> ConstructorCreates a new instance of RasterCollection<T> with default settings.  
Top
Public Properties
 NameDescription
CountGets the number of items in the collection.  
IsReadOnlySpecifies whether or not the collection is Read Only.  
ItemGets and sets the item at the specified index from within the collection.  
Top
Public Methods
 NameDescription
AddAdds the specified item to the end of the collection.  
AddRangeAdds the elements of an System.Collections.ICollection to the end of the collection.  
BringToFrontBrings the specified item forward in the collection.  
ClearRemoves all items from the collection.  
ContainsDetermines whether or not the specified item is contained in the collection.  
CopyToCopies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
DisableEventsCalled to disable raising the ItemAdded and ItemRemoved events.  
EnableEventsCalled to enable raising the ItemAdded and ItemRemoved events.  
GetEnumeratorReturns a generic enumerator that can iterate through the RasterCollection<T>.  
IndexOfReturns the index of the specified item if it is found in the collection.  
InsertInserts the specified item at the specified index.  
RemoveRemoves the specified item.  
RemoveAtRemoves the item from the specified index.  
SendToBackSends the specified item back in the collection.  
Top
Protected Methods
 NameDescription
OnItemAddedRaises the ItemAdded event.  
OnItemRemovedRaises the ItemRemoved event.  
Top
Public Events
 NameDescription
ItemAddedOccurs when an item is added to the collection.  
ItemRemovedOccurs when an item is removed from the collection.  
Top
See Also

Reference

RasterCollection<T> Class
Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.